projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
516bf0e
)
(blink-matching-paren-dont-ignore-comments): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 12 Feb 2006 20:31:12 +0000
(20:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 12 Feb 2006 20:31:12 +0000
(20:31 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 58b0ba2de571d4f0f1e59d52a829e7006f7558fb..685e6f2788b54ac1bb4ea09b78eb1ecf4ad9e512 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-4336,7
+4336,9
@@
If nil, search stops at the beginning of the accessible portion of the buffer."
:group 'paren-blinking)
(defcustom blink-matching-paren-dont-ignore-comments nil
- "*Non-nil means `blink-matching-paren' will not ignore comments."
+ "*nil means `blink-matching-paren' ignores comments.
+More precisely, when looking for the matching parenthesis,
+it skips the contents of comments that end before point."
:type 'boolean
:group 'paren-blinking)